home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d925.lha / SoundMachine / SMPlay.DOC < prev    next >
Text File  |  1993-10-07  |  5KB  |  122 lines

  1. #########################################################################
  2. #                                                                       #
  3. #                                SMPlay                                 #
  4. #                                                                       #
  5. #                            Version: 1.0                               #
  6. #                                                                       #
  7. #  Written by Syd L. Bolton  ©1993 Legendary Design Technologies Inc.   #
  8. #      25 Frontenac Avenue, Brantford, Ontario N3R 3B7 Canada           #
  9. #                           (519)-753-6120                              #
  10. #                                                                       #
  11. #      Freely Distributable - This Program Remains Copyrighted          #
  12. #                                                                       #
  13. #########################################################################
  14.  
  15.  
  16. WHAT IS SMPLAY?
  17. ===============
  18.  
  19.     SMPlay is part of a package of two programs that make up what is
  20. called THE SOUND MACHINE.  SMPlay is a small version that only plays
  21. sound files.  The other program will convert sound files and uses an
  22. Intuition interface.
  23.  
  24. The Sound Machine presently plays the following formats:
  25.  
  26.     IFF - the format used on the Amiga, in 8SVX form.
  27.  
  28.     RAW - RAW audio data, which most sound programs will load.
  29.  
  30.     WAV - The "Wave" format, most commonly used in MicroSoft Windows.
  31.  
  32.     VOC - The "Voice" format, from Creative Labs (they make the
  33.                         SoundBlaster for the IBM).
  34.  
  35.  
  36. PROGRAM REQUIREMENTS
  37. ====================
  38.  
  39.     SMPlay will run on any Amiga with 512k and OS 1.2 or higher.  It has
  40. been tested with an Amiga 3000 running AmigaDOS 2.1, and an Amiga 1000
  41. running 1.3.
  42.     This program must be run from the CLI.
  43.  
  44. COMMAND LINE OPTIONS
  45. ====================
  46.  
  47.     The usage for SMPlay is as follows:
  48.  
  49. SMPlay soundfile [rXXXXX] [v] [lX] [i]
  50.  
  51.     The options in square brackets are optional.  Note that the program
  52. will automagically detect which type of file you are playing, so there is
  53. no need to specify.  If it can't figure it out, it will play it as if it
  54. were RAW.
  55.  
  56. rXXXXX    - This option allows you to force a specific playback rate.
  57.       For example, you could indicate 'r22000' to specify a
  58.       playback rate of 22,000 samples per second.
  59.  
  60. v    - This option will VIEW information about the sample.  In other
  61.       words it will dump information including the playback rate, the
  62.       format and any other pertinent information.  By default, the
  63.       program is silent about such things.
  64.  
  65. lX    - Loop control. If you wish to play back the sample looped several
  66.       times, use this option.  For example, 'l5' would cause the
  67.       sample to play back 5 times in a row.
  68.  
  69. i    - Inverse.  If the sample plays back improperly, try using this
  70.       option (especially if the sample is a raw file from the MAC or
  71.       PC).
  72.     
  73.  
  74. WHAT CAN BE ADDED?
  75. ==================
  76.  
  77.     The following options should/could be added to the program.  In
  78. order to do this, we need to hear from people that are interested in having
  79. these features or have suggestions of their own.  Our address is listed at
  80. the bottom of the file.
  81.  
  82. * Support for AUD and SND files.  Though basically RAW files, it would be
  83.   nice to have full support for these formats for completeness.
  84.  
  85. * Support for STEREO WAV and multi-dac VOC files.  It would be helpful if
  86.   we had some official documentation on WAV files (their support in this
  87.   program comes completely from file exploration)
  88.  
  89. * Support for 16-bit samples.  Both loading and saving these samples in
  90.   16-bit form (including 16-bit IFF support) but also the option of
  91.   converting the samples to 8-bit for playback on standard Amiga hardware.
  92.  
  93. * Batch conversion support
  94.  
  95. * More DSP support, perhaps some special effects ... converting stereo
  96.   samples to mono, etc.
  97.  
  98. * Ability to play files larger than RAM
  99.  
  100. ============================================================================
  101.  
  102.     We hope you find this product useful.  As mentioned, if you would
  103. like to see improvements made please write us a letter, send us a fax,
  104. or give us a call.  We won't make improvements without user support!
  105.  
  106.     If you do find this product useful, you may find our commercial
  107. products equally as useful.  Ask your dealer for a demonstration of
  108. ADDRESS IT! or INVOICE IT!  If your dealer doesn't carry our products,
  109. encourage him/her to call us for more information on our Amiga products.
  110.  
  111.     Have a great day!
  112.  
  113.     Syd Bolton, President
  114.     Legendary Design Technologies Inc.
  115.     25 Frontenac Avenue
  116.     Brantford, Ontario  N3R 3B7
  117.     CANADA
  118.     (519) 753-6120       - voice
  119.     (519) 753-6120 ext 5 - fax
  120.  
  121. All trademarks mentioned in this file are recognized.
  122.